github.com/klauspost/compress/zstd.readerWrapper.tmp (field)
5 uses
github.com/klauspost/compress/zstd (current package)
bytebuf.go#L79: tmp [8]byte
bytebuf.go#L86: n2, err := io.ReadFull(r.r, r.tmp[:n])
bytebuf.go#L97: return r.tmp[:n], nil
bytebuf.go#L112: n2, err := io.ReadFull(r.r, r.tmp[:1])
bytebuf.go#L122: return r.tmp[0], nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |